DaeSung Alarm Monitoring Communication Driver

 

DaeSung Alarm Monitoring Communication Driver is the driver to communicate with alarm monitoring controller of Daesung Control Industry Co., Ltd.in Korea.

 

1. Read settings

 

<Figure 1> is read setting example of  DaeSung Alarm Monitoring communication driver. 

<Figure 1>  Read setting example of  DaeSung Alarm Monitoring communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively.

 

DaeSung Alarm Monitoring communication driver¡¯s read schedule 

Read schedule setting parameters are as follows:

1) STATION – Controller address = 0 ~ 25. (0 : A, 1 B, ¡¦ Z : 25)

2) Read Command – Don't care.

3) Read Start Address Don't care.

4) Save start address for Communication Server – Saving start address of Communication Server.

5) Read Size – Fixed to 1. ( read size = 5, Refer to <Table 1> )

 

Read schedule example) 

READ,    0,    0,    0,    0,   1,

READ,    1,    0,    0,    5,   1,

 

<Table 1> is store values and alarm number of DaeSung Alarm Monitoring communication driver.   

Store Values Alarm number Remarks
Start Addr  + 0 1 ~ 8 use 0 ~ 7 bit,
bit value = ON : confirm alarm
Start Addr  + 1 8 ~ 16
Start Addr  + 2 17 ~ 24
Start Addr  + 3 25 ~ 32
Start Addr  + 4 33 ~ 40
<Table 1> Store values and alarm number of DaeSung Alarm Monitoring communication driver

Eexample 1)

When alarm number 1 confirmed  - Start Addr + 0 WORD memory 1st bit = 1(ON). (saved WORD memory value = 01h).

 

Eexample 2)

 When alarm number 2 confirmed  - Start Addr + 0 WORD memory 2nd bit = 1(ON). (saved WORD memory value = 02h).

 

Eexample 3)

 When alarm number 1 and 2 confirmed  - Start Addr + 0 WORD memory 1st and 2nd bit = 1(ON). (saved WORD memory value = 03h).

 

Eexample 4)

When alarm number 5 confirmed  - Start Addr + 0 WORD memory 5th bit = 1(ON). (saved WORD memory value = 10h).

 

Eexample 5)

When alarm number 9 confirmed  - Start Addr + 1 WORD memory 1st bit = 1(ON). (saved WORD memory value = 01h).

 

2. Writing settings

DaeSung Alarm Monitoring communication driver don¡¯t support ¡®Writing settings¡¯.